home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
ABUSESRC.ZIP
/
AbuseSrc
/
macabuse
/
inc
/
crc.hpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-05-20
|
179 b
|
11 lines
#ifndef _CRC_HPP_
#define _CRC_HPP_
#include "specs.hpp"
#include "macs.hpp"
unsigned short calc_crc(unsigned char *buf, long len);
ulong crc_file(bFILE *fp);
#endif